Vcenter ConsumptionDomains Zones FilterSpec
The Vcenter ConsumptionDomains Zones FilterSpec schema contains properties used to filter the results when listing configured zones, see GET /vcenter/consumption-domains/zones.
This schema was added in vSphere API 8.0.0.1.
{
"zones": [
"string"
]
}
Matches all zones corresponding to the specified set of zone identifiers.
This property was added in vSphere API 8.0.0.1.
If missing or null
or empty, results will not be filtered for specific zone identifiers.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone
.